Skip to content

Retrieving anonymous properties in ArtifactShapeSchema #10

@Mvwivs

Description

@Mvwivs

In standard ArtifactShapeSchema anonymous properties aren't retrieved.
Example data

ex:AddressShape
    a sh:NodeShape ;
    sh:closed true ;
	sh:targetClass ex:Address ;
    sh:property [
        sh:path ex:streetAddress ;
        sh:datatype xsd:string ;
    ] .

This way of writing is commonly used to to define properties "near" their shape

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions