Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving anonymous properties in ArtifactShapeSchema #10

Open
Mvwivs opened this issue May 28, 2020 · 1 comment
Open

Retrieving anonymous properties in ArtifactShapeSchema #10

Mvwivs opened this issue May 28, 2020 · 1 comment

Comments

@Mvwivs
Copy link

Mvwivs commented May 28, 2020

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

@amivanoff
Copy link
Member

amivanoff commented Apr 2, 2021

In RDF it's called 'blank nodes', or 'b-nodes'. Corresponding syntax in Turtle spec is here 2.7 Nesting Unlabeled Blank Nodes in Turtle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants