Location: Testing plugin annotation @ 632a074ba13e / annotations.rdf

Author:
Hugh Sorby <h.sorby@auckland.ac.nz>
Date:
2016-11-30 14:06:12+13:00
Desc:
Add annotation for File Chooser plugin.
Permanent Source URI:
https://models.cellml.org/workspace/43a/rawfile/632a074ba13e7af1fe00d9f6e93d50299f1a3b40/annotations.rdf

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:dcterms="http://purl.org/dc/terms/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:swo="http://www.ebi.ac.uk/swo/"
	xmlns:swo-X="http://www.ebi.ac.uk/swo/EXTENSIONS/"
	xmlns:sio="http://semanticscience.org/resource/"
	xmlns:ds="http://ns.p.hsyio.me/data_structures.owl#"
	xmlns:doc="http://example.com/documentation-links/"
	>
	<rdf:Description rdf:about="https://github.com/mapclient-plugins/segmentationstep">
		<!-- Need to check this is the right predicate -->
		<dc:title>Segmentation Step for MAP Client</dc:title>
		<dc:description>
			Longer description or summary of this plugin 
			that will help things show up in a simple text based search.
		</dc:description>
		<swo:SWO_0004001 rdf:resource="http://www.ebi.ac.uk/swo/interface/SWO_5000003"/>
		<foaf:maker rdf:resource="http://orcid.org/0000-0001-8991-4703"/>
		<dcterms:conforms_to rdf:resource="http://www.ebi.ac.uk/swo/EXTENSIONS/MAPClient-Plugin-API"/>
		<swo:SWO_0000086 rdf:resource="http://ns.p.hsyio.me/data_structures.owl#image_location"/>
		<swo:SWO_0000087 rdf:resource="http://ns.p.hsyio.me/data_structures.owl#point_cloud"/>
		<sio:SIO_000586>
			<rdf:Bag>
				<rdf:li>Provides visualisation of a stack of images.</rdf:li>
				<rdf:li>Provides tools to segment out image stack.</rdf:li>
				<rdf:li rdf:resource="http://cool.stuff/capability#123"/>
			</rdf:Bag>
		</sio:SIO_000586>
		<swo:has_license rdf:resource="http://www.ebi.ac.uk/swo/license/SWO_1000005"/>
		<doc:Documentation rdf:resource="rtfd.org/segmentationstep/index.html"/>
	</rdf:Description>
</rdf:RDF>

<<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:dcterms="http://purl.org/dc/terms/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:swo="http://www.ebi.ac.uk/swo/"
	xmlns:swo-X="http://www.ebi.ac.uk/swo/EXTENSIONS/"
	xmlns:sio="http://semanticscience.org/resource/"
	xmlns:ds="http://ns.p.hsyio.me/data_structures.owl#"
	xmlns:doc="http://example.com/documentation-links/"
	>
	<rdf:Description rdf:about="https://github.com/MusculoskeletalAtlasProject/mapclient/tree/develop/src/mapclientplugins/filechooserstep">
		<!-- Need to check this is the right predicate -->
		<dc:title>File chooser step for MAP Client</dc:title>
		<dc:description>
		Selects a file from the local file system using a file chooser dialog.  The location of the selected file is passed as the output.
		</dc:description>
		<swo:SWO_0004001 rdf:resource="http://www.ebi.ac.uk/swo/interface/SWO_5000003"/>
		<foaf:maker rdf:resource="http://orcid.org/0000-0001-8991-4703"/>
		<dcterms:conforms_to rdf:resource="http://www.ebi.ac.uk/swo/EXTENSIONS/MAPClient-Plugin-API"/>
		<swo:SWO_0000087 rdf:resource="http://ns.p.hsyio.me/data_structures.owl#file_location "/>
		<sio:SIO_000586>
			<rdf:Bag>
				<rdf:li>Provides location of file on the local file system.</rdf:li>
				<rdf:li rdf:resource="http://cool.stuff/capability#123"/>
			</rdf:Bag>
		</sio:SIO_000586>
		<swo:has_license rdf:resource="http://www.ebi.ac.uk/swo/license/SWO_1000005"/>
		<doc:Documentation rdf:resource="http://map-client.readthedocs.io/en/latest/"/>
	</rdf:Description>
</rdf:RDF>