ft.vocabulary.0.1.15.source-code.loa.ttl Maven / Gradle / Ivy
The newest version!
@prefix rdfs: .
@prefix owl: .
@prefix rdf: .
@prefix xsd: .
@prefix schema: .
@prefix as: .
@prefix loa: .
a owl:Ontology;
dcterms:description "rdf types needed for https://linkedopenactors.org/.";
rdfs:label "loa vocabular";
dcterms:publisher ;
foaf:maker [foaf:homepage ];
dcterms:created "2022-01-22"^^xsd:date .
loa:PublicationVersions a rdfs:Class ;
rdfs:label "PublicationVersions" ;
rdfs:comment "Meta informations about different versions of a schema:Publication." ;
rdfs:subClassOf schema:Thing ;
rdfs:subClassOf as:Object .
loa:publications a rdf:Property ;
rdfs:label "publications" ;
rdfs:comment "A sequence of different versions of a publication." ;
rdfs:range rdf:Seq ;
rdfs:domain loa:PublicationVersions .
loa:latestPublication a rdf:Property ;
rdfs:label "latest publication" ;
rdfs:comment "The latest version of the publication." ;
rdfs:range rdf:Resource ;
rdfs:domain loa:PublicationVersions .