Skip to content

Commit

Permalink
Adding modifiedProperty and createdProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
jonquet committed May 30, 2024
1 parent b1f558c commit c52e04b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mod.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,42 @@ mod:authorProperty rdf:type owl:DatatypeProperty ;



### https://w3id.org/mod#modifiedProperty
mod:modifiedProperty
rdf:type owl:DatatypeProperty ;
rdfs:label "object modification date property"@en ,
"propriété de date de modification des objets"@fr ;
rdfs:domain mod:SemanticArtefactDistribution ;
rdfs:range xsd:anyURI ;
dcterms:description "MOD: Property used to specify the date of modification of a class or another object in the ontology."@en ;
rdfs:isDefinedBy <https://w3id.org/mod> ;
dcterms:issued "2024-05-30"^^xsd:date ;
pav:derivedFrom <http://www.isibang.ac.in/ns/mod/3.1> ;
pav:importedOn "2024-05-30"^^xsd:date ;

#OPTIONAL STATEMENTS
prov:wasInfluencedBy "MIRO guidelines: E.7" ,
"FAIR principle: R1" .



### https://w3id.org/mod#createdProperty
mod:createdProperty rdf:type owl:DatatypeProperty ;
rdfs:label "object creation date property"@en ,
"propriété de date de création des objets"@fr ;
rdfs:domain mod:SemanticArtefactDistribution ;
rdfs:range xsd:anyURI ;
dcterms:description "MOD: Property used to specify the date of creation of a class or another object in the ontology."@en ;
rdfs:isDefinedBy <https://w3id.org/mod> ;
dcterms:issued "2024-05-30"^^xsd:date ;
pav:derivedFrom <http://www.isibang.ac.in/ns/mod/3.1> ;
pav:importedOn "2024-05-30"^^xsd:date ;

#OPTIONAL STATEMENTS
prov:wasInfluencedBy "MIRO guidelines: E.7" ,
"FAIR principle: R1" .


### https://w3id.org/mod#obsoleteProperty
mod:obsoleteProperty
rdf:type owl:DatatypeProperty ;
Expand Down

0 comments on commit c52e04b

Please sign in to comment.