solveit-tool-profile:publishedDate leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/publishedDate

Label

published date

Description

When this profile was published.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:ToolCapabilityProfile solveit-tool-profile:publishedDate xsd:dateTime

Implementation

@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 .