https://ontology.solveit-df.org/solveit/tool-profile/publishedDate
When this profile was published.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:ToolCapabilityProfile | solveit-tool-profile:publishedDate | xsd:dateTime |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-tool-profile:publishedDate a owl:DatatypeProperty ;
rdfs:label "published date"@en ;
rdfs:comment "When this profile was published."@en ;
rdfs:domain solveit-tool-profile:ToolCapabilityProfile ;
rdfs:range xsd:dateTime .