我想使用一些本体描述一个发布对象及其所有属性。
我选择使用的本体是:dc,foaf,cito,dct,bibo。
到目前为止,我所做的一切:
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix db: <http://lpis.csd.auth.gr/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix cito: <http://purl.org/net/cito/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix map: <http://lpis.csd.auth.gr#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vocab: <http://localhost:2020/vocab/resource/> .
@prefix publ <http://ebiquity.umbc.edu/ontology/publication.owl> .
@prefix atr: <http://localhost:8890/rdfv_pt/schemas/authors#> .
@prefix kwrd: <http://localhost:8890/rdfv_pt/schemas/keywords#> .
@prefix pub: <http://localhost:8890/rdfv_pt/schemas/publications#> .
@prefix ref: <http://localhost:8890/rdfv_pt/schemas/references#> .
@prefix rig: http://localhost:8890/rdfv_pt/schemas/rights#> .
pub:Publication a bibo:Article .
pub:PublicationID a dc:identifier .
pub:PublicationTitle a bibo:title .
pub:MediaType a bibo:presentedAt .
pub:publicationType a bibo:presentedAt .
pub:MediaTitle a bibo:title .
pub:MediaPublisher a bibo:issuer .
pub:MediaEditors a bibo:editorList .
pub:MediaVolInfo a bibo:volume .
pub:PublicationYear a bibo:date .
我无法用上述本体描述的属性如下: